ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / GradientStopCollection Class / Create Method / Create(RenderTarget,GradientStop[]) Method
an instance of RenderTarget
A pointer to an array of D2D1_GRADIENT_STOP structures.

In This Topic
    Create(RenderTarget,GradientStop[]) Method
    In This Topic
    Creates an GradientStopCollection from the specified gradient stops, a Gamma StandardRgb, and ExtendMode.Clamp.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal renderTarget As RenderTarget, _
       ByVal gradientStops() As GradientStop _
    ) As GradientStopCollection

    Parameters

    renderTarget
    an instance of RenderTarget
    gradientStops
    A pointer to an array of D2D1_GRADIENT_STOP structures.
    See Also